feat: complete BYO onboarding SDK and CLI flow - #362
Open
alongubkin wants to merge 3 commits into
Open
Conversation
Greptile SummaryThe PR completes several BYO onboarding and cross-platform release paths.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains in the eligible follow-up review scope. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| crates/alien-ai-gateway/src/creds.rs | Adds a non-debuggable OpenAI API-key credential that injects a Bearer authorization header. |
| crates/alien-ai-gateway/src/router/mod.rs | Adds fixed-host direct OpenAI routing for Chat Completions and Responses requests and availability-backed model listing. |
| crates/alien-build/src/toolchain/native_addon.rs | Adds npm metadata lookup, SHA-512 archive verification, extraction, and persistent caching for target-native cross-build assets. |
| crates/alien-cli/src/commands/onboard.rs | Extends onboarding setup choices and derives URL-safe internal deployment-group identifiers while retaining display metadata. |
| crates/alien-cli/src/commands/release.rs | Includes the validated CLI release version in stackless platform release creation. |
| examples/remote-worker-ts/alien.ts | Configures the starter stack to target AWS, GCP, and Azure. |
| examples/remote-worker-ts/package.json | Updates the starter to current Alien SDK and testing package versions. |
| packages/bindings/PACKAGE_LAYOUT.md | Updates the documented package-layout compatibility contract. |
Reviews (13): Last reviewed commit: "feat: add OpenAI customer model routing" | Re-trigger Greptile
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 03:40
94c1f09 to
c50735b
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 03:50
c50735b to
2d4eba5
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 12:41
2d4eba5 to
6a37921
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 12:53
6a37921 to
8840fdb
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 12:59
8840fdb to
7864379
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 13:12
7864379 to
671db36
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 14:03
671db36 to
493b706
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 14:19
493b706 to
f2536d4
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 14:53
f2536d4 to
ff3a3cc
Compare
alongubkin
force-pushed
the
alon/alien-476-build-byo-onboarding-sdk
branch
from
August 14, 2026 15:33
ff3a3cc to
ef40e3b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
alien releasecreated one local Platform Release for AWS, GCP, and Azurecargo test -p alien-build toolchain::native_addon::tests --libcargo check -p alien-buildNODE_OPTIONS=--max-old-space-size=8192 pnpm --dir client-sdks/platform/typescript buildgit diff --checkThis PR is stacked on the BYO container-registry branch because the onboarding work follows projects 1–5.